net/http.http2http2Config.MaxDecoderHeaderTableSize (field)
8 uses
net/http (current package)
h2_bundle.go#L1055: MaxDecoderHeaderTableSize uint32
h2_bundle.go#L1073: MaxDecoderHeaderTableSize: h2.MaxDecoderHeaderTableSize,
h2_bundle.go#L1093: MaxDecoderHeaderTableSize: h2.MaxDecoderHeaderTableSize,
h2_bundle.go#L1124: http2setDefault(&conf.MaxDecoderHeaderTableSize, 1, math.MaxUint32, http2initialHeaderTableSize)
h2_bundle.go#L1170: conf.MaxDecoderHeaderTableSize = uint32(h2.MaxDecoderHeaderTableSize)
h2_bundle.go#L4542: fr.ReadMetaHeaders = hpack.NewDecoder(conf.MaxDecoderHeaderTableSize, nil)
h2_bundle.go#L4990: {http2SettingHeaderTableSize, conf.MaxDecoderHeaderTableSize},
h2_bundle.go#L8293: maxHeaderTableSize := conf.MaxDecoderHeaderTableSize
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)